{% extends "global/Page.html" %} {% load otree %} {% block title %} Part 1 question 4 {% endblock %} {% block content %} {% if player.treatment == "I" or player.treatment == "J" %}

You got this question wrong. Your lost one point. You now have 8 points.

{% elif player.treatment == "K" or player.treatment == "L" %}

You got this question wrong. Your lost one point. You now have -1 points.

{% endif %}

{% formfields %} {% next_button %} {% endblock %}